/* Created on 5th February 2006 by Philippe Clavien */
/* Last updated on 4th March 2006 */

/* General params */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	border: none;
	text-align: center;
	background-color:#6897A8;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/* Wrapper table format to keep content vertically aligned on the page */
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	background-repeat:no-repeat;
	width: 900px;
}
/* Home page format */
#home_page {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	background-repeat:no-repeat;
	width: 900px;
	height:675px;
	border:0px;
	align: center;
}
/* Main table format */
#main {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	background-repeat:no-repeat;
	width: 900px;
	background-image:url(../pics/background.jpg);
	height:675px;
	border:0px;
	align: center;
}
/* Signature at the bottom */
#signature {
	border:0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	width: 900px;
	height:15px;
	background-color:#6897A8;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.0em;
}
/* Square thumbnail image format */
.img_med {
	width:150px;
	height:150px;
	vertical-align:top;
}
/* Rectangular thumbnail image format */
.img_thumb {
	width:107px;
	height:80px;
	vertical-align:top;
}
/* Normal text */
p {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.3em;
}
/* Navigation title */
h1 {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:0.8em;
	font-weight:bold;
}
/* Normal text title */
h2 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:0.8em;
	font-weight:bold;
}
/* All cells */
td {
	overflow:hidden;
}
/* Page header */
.td_header {
	height:184px;
}
/* Left navigation menu */
.td_menu {
	width:150px;
	text-align:left;
	vertical-align:top;
}
/* Content + 9 images */
.td_content {
	width:250px;
	text-align:left;
	vertical-align:top;
}
/* Content + 4 images */
.td_content_med {
	width:310px;
	text-align:left;
	vertical-align:top;
}
/* Content + 6 images */
.td_content_wide {
	width:400px;
	text-align:left;
	vertical-align:top;
}
/* Content + 2 images */
.td_content_large {
	width:490px;
	text-align:left;
	vertical-align:top;
}
/* Cell containing square images of 150px x 150px */
.td_med_image {
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* Cell containing rectangular images of 107px x 80px */
.td_thumbs {
	text-align:center;
	vertical-align:top;
	padding:10px;
}
/* Link color */
a:link {
	color: #006699;
	text-decoration:none;
}
/* Author's e-mail link in Signature at the bottom */
a.author_link {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.3em;
	text-decoration:none;
}
/* Visited link color */
a:visited {
	color:#999999;
	text-decoration:none;
}